home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- set -e
- # Automatically added by dh_installcatalogs
- if [ "$1" = "purge" ]; then
- rm -f /etc/sgml/sgml-data.cat /etc/sgml/sgml-data.cat.old
- fi
- # End automatically added section
- # Automatically added by dh_installxmlcatalogs
- if [ "$1" = "purge" ]; then
- rm -f /etc/xml/sgml-data.xml /etc/xml/sgml-data.xml.old
- fi
- # End automatically added section
-